[BLKTAP] clean up blktap and remove private structure
authorAndrew Warfield <andy@xensource.com>
Thu, 28 Sep 2006 18:52:17 +0000 (11:52 -0700)
committerAndrew Warfield <andy@xensource.com>
Thu, 28 Sep 2006 18:52:17 +0000 (11:52 -0700)
commita42134af16e5dfca13b674b94a12b22afd255d1c
tree7107a9afba7f3b1e68761c9085cc0171acda4f40
parentd9b9f4d2243393944d375009fdf8fb07aa459180
[BLKTAP] clean up blktap and remove private structure
This patch cleans up the blktap.c code to make it form to the Linux
coding style a little better.

It also removes the private data structure that is only used to store
the index of the tabfds descriptor.  Instead the filp->private_data now
points to the descriptor itself.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
linux-2.6-xen-sparse/drivers/xen/blktap/blktap.c